Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(g(x))  → g(f(f(x)))
2:    f(h(x))  → h(g(x))
3:    f'(s(x),y,y)  → f'(y,x,s(x))
There are 3 dependency pairs:
4:    F(g(x))  → F(f(x))
5:    F(g(x))  → F(x)
6:    F'(s(x),y,y)  → F'(y,x,s(x))
The approximated dependency graph contains one SCC: {4,5}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006